Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

  ArrayExtensions

  CavernAmp

  ChannelExtensions

  ColorUtils

  Complex

  ComplexArray

  FFTCache

  IComparable

  IEquatable

  IEquatable

  Linked

  ListExtensions

  AddSorted(this List, T) where T

  AddSortedDistinct(this List, T) where T

  RemoveSorted(this List, T) where T

  Measurements

  RenderStats

  Resample

  RunningChannelSeparator

  ThreadSafeFFTCache

  Tunneler

  VectorExtensions

  VectorUtils

  WaveformUtils

  WindowBase

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class ListExtensions

Extra list handling functions.
VisibilityPublic
Modifiersstatic

Public static functions

void AddSorted<T>(this List<T> source, T value) where TAdd the item to the list while keeping order.
void AddSortedDistinct<T>(this List<T> source, T value) where TAdd the item to the list while keeping order and not allowing duplicates.
void RemoveSorted<T>(this List<T> source, T value) where TRemove an item from a sorted List{T}.